'宣言 Public Overloads Sub SaveAsTiff( _ ByVal stream As System.IO.Stream, _ Optional ByVal clipRect As System.Nullable(Of Rectangle), _ Optional ByVal frameSettings As TiffFrameSettings _ )
public void SaveAsTiff( System.IO.Stream stream, System.Nullable<Rectangle> clipRect, TiffFrameSettings frameSettings )
パラメータ
- stream
- The output stream.
- clipRect
- Clipping rectangle of the image to be saved.
- frameSettings
- The settings for encoding TIFF frame.